Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix macOS and binutils>=2.29 support #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ellie-ivision
Copy link

I fixed a few issues with installing pybfd3 on macOS Catalina. The few changes I made include:

  • Autogenerating the function prototypes for the print_insn_* functions missing in binutils>=2.29
  • Adds the newer install path for binutils on macOS
  • Adds libz to the list of libraries that are linked against for macOS
  • Removes the platform prefix from libiberty
  • Adds instructions for installing the requirements on macOS due to Homebrew no longer installing libiberty by default

As far as I can tell everything now works on macOS and Ubuntu 20.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant